Github + Jekyll -- create a personal free blog (2) Ruby + Jekyll deployment
Abstract:
In this article, I will introduce how to set up a personal Blog (Blog) on github. By the way, let's take a look at githubPages, and also involve Jekyll technology.
============================================ ======================================
I. Environment deployment:
1.
[Environment setup] install Jekyll in Windows and build jekyll
========================================================== ======================Author: qiujuerBlog: blog.csdn.net/qiujuerWebsite: www.qiujuer.netOpen-source Library: github.com/qiujuer/Genius-AndroidReprinted please indicate the source: http://blog.csdn.net/qiujuer/article/details/44620019-- Learning Open Source for open source; a beginner's
Problem Description:
Under the Ubuntu system, the Ruby development environment is installed first through the command sudo apt-get install Ruby, and then with the command-line gem install Jekyll install the GitHub page's development tool Jekyll, encountered an error message: Failed to build gem native extension details are as follows:
Error: Error installing Jekyll
to the Ruby root directory.## Example:## ---# - C:/ruby19trunk# - C:/ruby192dev#---- C:\Ruby200-x64
Note: Under ---, it starts with "-" And then has a blank space, and then writes the absolute path of ruby.
Then try ruby dk. rb install. The following prompt is displayed:
$ ruby dk.rb install[INFO] Updating convenience notice gem override for 'C:/Ruby200-x64'[INFO] Installing 'C:/Ruby200-x64/lib/ruby/site_ruby/devkit.rb'
The installation is successful. then install
How to install, use, and uninstall JekyllHow to install, use, and uninstall Jekyll
Recently, Jekyll was used to launch a website on Github. It took several days to get to know about Jekyll. Now we will share with you how to install, use, and uninstall Jekyll.
Jekyll is a sim
Jekyll is a static web site Generation tool. It allows users to create static pages using HTML, markdown, or textile, and then runs through the template engine Liquid (Liquid templating engine).Original link: Setup Jekyll on WindowsAt present, there are many Jekyll installation methods on the Internet, most similar, in order to facilitate more people to prepare t
OrderNew Year's first gun, easy and enjoyable, to complete some years ago to write the article. There are many ways to format code in Jekyll, and here are some ways to implement it.JekyllJekyll is a tool that is compiled into HTML through templates and data, which is a tool, but it can also be said to be a service, if you can make a semi-dynamic Web page with GitHub (built with Jekyll service, can be compil
Run Jekyll on WindowsClipJekyll IntroductionInstall RubyInstalling DevkitInstalling JekyllInstall PythonInstall PIPExecutive JekyllIntroduction Jekyll
Jekyll is a simple free blog builder, a static site builder that generates static files based on the source code of the Web page.
It provides templates, variables, plug-ins, and so on, so it can actual
Jekyll Construction Process
about Jekyll
Jekyll itself is based on Ruby, and it can actually be seen as an extension of the template engine liquid. The main extension of Jekyll to liquid is two: the built-in object for the blog site, which can be referenced in the Template: page, site, etc. to the liquid to expand, e
[Html] several options for highlighting Jekyll codeCollation
The first shot of the New Year is easy and pleasant to complete the articles prepared some years ago. There are many ways to format the code in Jekyll. Here are several implementation methods.Jekyll
Jekyll is a tool that is compiled into HTML by using templates and data. It can also be said to be a tool
When installing jekyll on mac osx 10.7, I want to write a blog on github, you need to install jekyll. I installed it according to this document. http://jekyllrb.com/docs/home/ mac osx 10.7 has built-in ruby and gem. You can use $ sudo gem update -- system to get the next update and then $ sudo gem. when running this command, install jekyll reports an error refere
Run Jekyll on WindowsDirectoryJekyll IntroductionInstall RubyInstalling DevkitInstalling JekyllInstall PythonInstall PIPRun JekyllIntroduction Jekyll
Jekyll is a simple free blog generation tool, is a static site generator, it will generate static files according to the source of the Web page.
It provides templates, variables, plug-ins, and so on, so
ubuntu14.04+jekyll+github pages build a static blog1. Jekyll Introduction
simple : No database, No comments, no need to update the version, just care about the content of the blog.
static : A deployable static site can be built using only Markdown (or Textile), Liquid, HTML CSS.
Blog Form : Custom addresses, categories, pages, blog content, and custom layout designs are the top citizens in
Jekyll is a set of blog frameworks. You can build a personal blog by using its and GitHub pages. The advantages and installation of git are not mentioned much. It mainly introduces how to install and configure Jekyll In ubuntu.
References
Http://pages.github.com/
Http://jekyllbootstrap.com/
1. Create a blog project on GitHub
Create a new project named username.github.com on the gituhub dashboard. Note that
If you have a GitHub account and you have Git installed nativelyFirst, create a new warehouse
Go to your https://github.com homepage, create a new warehouse named USERNAME.github.com
Username for your username (hereinafter)
Second, installation Jekyll-bootstrap
Enter the following command in Git bash for example to clone the code to your local
git clone https://github.com/plusjade/
Small white installation Jekyll Some of the problems, there are errors welcome to correct, there is a better way to hope to inform.Want to do some of their usual things to tidy up, convenient for their own inspection. Want to put on GitHub and discover the need to know about GitHub pages. GitHub pages perfectly supports Jekyll. You will need to install Jekyll.Installing
First, a good book: Http://git-scm.com/book/zh/v1, is said to read the first 4 chapters of this book will use GitHub most of the functions ofThen go to the topicOriginal address: http://www.ruanyifeng.com/blog/2012/08/blogging_with_jekyll.htmlBuild a free, unlimited-Flow blog----GitHub pages and Jekyll Getting StartedNanyiDate: August 25, 2012Those who like to write blog, will experience three stages.
The first stage, just contact blog, feel
At the beginning, I started to mix GitHub. Of course, I have to do something that feels amazing.
I accidentally saw a lot of geek building his own personal blog on GitHub, so I started to follow suit. as the first step to getting started.
To use Jekyll, you must first build a ruby environment. The previous environment was ruby1.8.7.
When executing the gem install Jekyll command, the following problem occ
Recently in the play GitHub, suddenly found a lot of instructions on the site or some of the introduction page all in a domain name is *****.github.io.Curious!!! Really curious!!! How did you do that? I also want a ~ ~ ~So went to the website to inquire about, found the official website of https://pages.github.com/.Only HTML static pages can be written. At the bottom, we found a github-recommended Jekyll.Jekyll Original website is in English, here is a translation of the website: http://jekyll.b
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.